|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProcess
A process that can be stepped through.
| Method Summary | |
|---|---|
ISession |
createSession(ISessionDescriptor descriptor)
Creates a new process engine session from the specified descriptor. |
java.lang.String |
getProcessID()
Returns the ID of this process. |
java.lang.Object[] |
lookupAllServices(java.lang.String identifier)
Returns an array containing all the services registered under the specified identifier. |
java.lang.Object |
lookupService(java.lang.String identifier)
Looks up the service selected for the specified identifier or null if no such service exists. |
| Method Detail |
|---|
java.lang.String getProcessID()
java.lang.Object lookupService(java.lang.String identifier)
throws java.lang.NullPointerException
null if no such service exists.
identifier - The identifier of the service to look up.
null if no such service exists.
java.lang.NullPointerException - If the supplied identifier is
null.
java.lang.Object[] lookupAllServices(java.lang.String identifier)
throws java.lang.NullPointerException
identifier - The identifier of the services to look up.
java.lang.NullPointerException - If the supplied identifier is
null.
ISession createSession(ISessionDescriptor descriptor)
throws java.lang.NullPointerException
descriptor - The descriptor of the session to create.
java.lang.NullPointerException - If the specified descriptor is
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||